[INFO] cloning repository https://github.com/germangb/raymarching-test
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/germangb/raymarching-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgermangb%2Fraymarching-test", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgermangb%2Fraymarching-test'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e202d2e8963f5be1c145f02ecab9ea828cec319c
[INFO] fixing germangb/raymarching-test against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgermangb%2Fraymarching-test" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/germangb/raymarching-test
[INFO] finished tweaking git repo https://github.com/germangb/raymarching-test
[INFO] tweaked toml for git repo https://github.com/germangb/raymarching-test written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/germangb/raymarching-test on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/germangb/raymarching-test already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d82687c09459c9144d1efbff3024f5f592a19566e02283da7ab83c2fe9fc51bf
[INFO] running `Command { std: "docker" "start" "d82687c09459c9144d1efbff3024f5f592a19566e02283da7ab83c2fe9fc51bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d82687c09459c9144d1efbff3024f5f592a19566e02283da7ab83c2fe9fc51bf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d82687c09459c9144d1efbff3024f5f592a19566e02283da7ab83c2fe9fc51bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d82687c09459c9144d1efbff3024f5f592a19566e02283da7ab83c2fe9fc51bf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   libc v0.2.62 (as host dependency) removed features: default, std
[INFO] [stderr] 
[INFO] [stderr]    Compiling autocfg v0.1.6
[INFO] [stderr]    Compiling cfg-if v0.1.9
[INFO] [stderr]    Compiling libc v0.2.62
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]    Compiling cc v1.0.40
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling khronos_api v2.2.0
[INFO] [stderr]     Checking smallvec v0.6.10
[INFO] [stderr]     Checking scopeguard v1.0.0
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.1
[INFO] [stderr]    Compiling sdl2-sys v0.32.6
[INFO] [stderr]     Checking lock_api v0.2.0
[INFO] [stderr]     Checking lazy_static v1.3.0
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling typenum v1.10.0
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]    Compiling libm v0.1.4
[INFO] [stderr]    Compiling xml-rs v0.7.0
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling xml-rs v0.8.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.16
[INFO] [stderr]    Compiling syn v1.0.4
[INFO] [stderr]     Checking rawpointer v0.1.0
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]    Compiling num-complex v0.2.3
[INFO] [stderr]    Compiling parking_lot_core v0.5.0
[INFO] [stderr]    Compiling parking_lot v0.8.0
[INFO] [stderr]    Compiling num-iter v0.1.39
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling gl_generator v0.9.0
[INFO] [stderr]    Compiling sdl2 v0.32.2
[INFO] [stderr]     Checking matrixmultiply v0.2.2
[INFO] [stderr]    Compiling imgui-sys v0.1.0
[INFO] [stderr]    Compiling backtrace-sys v0.1.31
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]    Compiling gl_generator v0.13.1
[INFO] [stderr]    Compiling imgui-opengl-renderer v0.5.0
[INFO] [stderr]     Checking generic-array v0.12.3
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking num v0.1.42
[INFO] [stderr]    Compiling gl v0.13.0
[INFO] [stderr]     Checking alga v0.9.1
[INFO] [stderr]    Compiling backtrace v0.3.35
[INFO] [stderr]     Checking nalgebra v0.18.0
[INFO] [stderr]    Compiling synstructure v0.10.2
[INFO] [stderr]    Compiling failure v0.1.5
[INFO] [stderr]    Compiling imgui-ext-derive v0.3.0
[INFO] [stderr]     Checking nalgebra-glm v0.4.0
[INFO] [stderr]     Checking imgui v0.1.0
[INFO] [stderr]     Checking imgui-sdl2 v0.6.0
[INFO] [stderr]     Checking imgui-ext v0.3.0
[INFO] [stderr]     Checking volumes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.35s
[INFO] [stderr] crater-edition-check: volumes v0.1.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]    Compiling libc v0.2.62
[INFO] [stderr]    Compiling backtrace-sys v0.1.31
[INFO] [stderr]    Compiling backtrace v0.3.35
[INFO] [stderr]    Compiling failure v0.1.5
[INFO] [stderr]    Compiling imgui-ext-derive v0.3.0
[INFO] [stderr]     Checking imgui-ext v0.3.0
[INFO] [stderr]     Checking volumes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]  --> src/structs.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::time::Duration;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]  --> src/structs.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::time::Duration;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/structs.rs:385:33
[INFO] [stdout]     |
[INFO] [stdout] 385 |             Event::MouseWheel { x, y, .. } => {
[INFO] [stdout]     |                                 ^ help: try ignoring the field: `x: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mvp`
[INFO] [stdout]    --> src/structs.rs:479:17
[INFO] [stdout]     |
[INFO] [stdout] 479 |             let mvp = vp * self.volume0.world;
[INFO] [stdout]     |                 ^^^ help: if this is intentional, prefix it with an underscore: `_mvp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `view` is never read
[INFO] [stdout]    --> src/structs.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 127 | struct VolumeRenderParams {
[INFO] [stdout]     |        ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 134 |     view: Mat4,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/structs.rs:267:53
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 check!(gl::GetShaderInfoLog(shader, LOG.len() as _, &mut len, LOG.as_mut_ptr() as *mut _));
[INFO] [stdout]     |                                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/structs.rs:267:79
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 check!(gl::GetShaderInfoLog(shader, LOG.len() as _, &mut len, LOG.as_mut_ptr() as *mut _));
[INFO] [stdout]     |                                                                               ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/structs.rs:269:63
[INFO] [stdout]     |
[INFO] [stdout] 269 |                     let error = std::str::from_utf8_unchecked(&LOG);
[INFO] [stdout]     |                                                               ^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 269 |                     let error = std::str::from_utf8_unchecked(&raw const LOG);
[INFO] [stdout]     |                                                                +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/structs.rs:385:33
[INFO] [stdout]     |
[INFO] [stdout] 385 |             Event::MouseWheel { x, y, .. } => {
[INFO] [stdout]     |                                 ^ help: try ignoring the field: `x: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mvp`
[INFO] [stdout]    --> src/structs.rs:479:17
[INFO] [stdout]     |
[INFO] [stdout] 479 |             let mvp = vp * self.volume0.world;
[INFO] [stdout]     |                 ^^^ help: if this is intentional, prefix it with an underscore: `_mvp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `view` is never read
[INFO] [stdout]    --> src/structs.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 127 | struct VolumeRenderParams {
[INFO] [stdout]     |        ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 134 |     view: Mat4,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/structs.rs:267:53
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 check!(gl::GetShaderInfoLog(shader, LOG.len() as _, &mut len, LOG.as_mut_ptr() as *mut _));
[INFO] [stdout]     |                                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/structs.rs:267:79
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 check!(gl::GetShaderInfoLog(shader, LOG.len() as _, &mut len, LOG.as_mut_ptr() as *mut _));
[INFO] [stdout]     |                                                                               ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/structs.rs:269:63
[INFO] [stdout]     |
[INFO] [stdout] 269 |                     let error = std::str::from_utf8_unchecked(&LOG);
[INFO] [stdout]     |                                                               ^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 269 |                     let error = std::str::from_utf8_unchecked(&raw const LOG);
[INFO] [stdout]     |                                                                +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.77s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   libc v0.2.62 (as host dependency) removed features: default, std
[INFO] [stderr] 
[INFO] [stderr]     Checking volumes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/structs.rs (3 fixes)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/structs.rs:267:53
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 check!(gl::GetShaderInfoLog(shader, LOG.len() as _, &mut len, LOG.as_mut_ptr() as *mut _));
[INFO] [stdout]     |                                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/structs.rs:267:79
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 check!(gl::GetShaderInfoLog(shader, LOG.len() as _, &mut len, LOG.as_mut_ptr() as *mut _));
[INFO] [stdout]     |                                                                               ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/structs.rs:269:63
[INFO] [stdout]     |
[INFO] [stdout] 269 |                     let error = std::str::from_utf8_unchecked(&LOG);
[INFO] [stdout]     |                                                               ^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 269 |                     let error = std::str::from_utf8_unchecked(&raw const LOG);
[INFO] [stdout]     |                                                                +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.91s
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/structs.rs:267:53
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 check!(gl::GetShaderInfoLog(shader, LOG.len() as _, &mut len, LOG.as_mut_ptr() as *mut _));
[INFO] [stdout]     |                                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] crater-edition-check: volumes v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/structs.rs:267:79
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 check!(gl::GetShaderInfoLog(shader, LOG.len() as _, &mut len, LOG.as_mut_ptr() as *mut _));
[INFO] [stdout]     |                                                                               ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/structs.rs:269:63
[INFO] [stdout]     |
[INFO] [stdout] 269 |                     let error = std::str::from_utf8_unchecked(&LOG);
[INFO] [stdout]     |                                                               ^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 269 |                     let error = std::str::from_utf8_unchecked(&raw const LOG);
[INFO] [stdout]     |                                                                +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking volumes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]  --> src/structs.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::time::Duration;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]  --> src/structs.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::time::Duration;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/structs.rs:385:33
[INFO] [stdout]     |
[INFO] [stdout] 385 |             Event::MouseWheel { x, y, .. } => {
[INFO] [stdout]     |                                 ^ help: try ignoring the field: `x: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mvp`
[INFO] [stdout]    --> src/structs.rs:479:17
[INFO] [stdout]     |
[INFO] [stdout] 479 |             let mvp = vp * self.volume0.world;
[INFO] [stdout]     |                 ^^^ help: if this is intentional, prefix it with an underscore: `_mvp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `view` is never read
[INFO] [stdout]    --> src/structs.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 127 | struct VolumeRenderParams {
[INFO] [stdout]     |        ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 134 |     view: Mat4,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/structs.rs:267:53
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 check!(gl::GetShaderInfoLog(shader, LOG.len() as _, &mut len, LOG.as_mut_ptr() as *mut _));
[INFO] [stdout]     |                                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/structs.rs:267:79
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 check!(gl::GetShaderInfoLog(shader, LOG.len() as _, &mut len, LOG.as_mut_ptr() as *mut _));
[INFO] [stdout]     |                                                                               ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/structs.rs:269:63
[INFO] [stdout]     |
[INFO] [stdout] 269 |                     let error = std::str::from_utf8_unchecked(&LOG);
[INFO] [stdout]     |                                                               ^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 269 |                     let error = std::str::from_utf8_unchecked(&raw const LOG);
[INFO] [stdout]     |                                                                +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `volumes` (bin "volumes") due to 3 previous errors; 4 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/structs.rs:385:33
[INFO] [stdout]     |
[INFO] [stdout] 385 |             Event::MouseWheel { x, y, .. } => {
[INFO] [stdout]     |                                 ^ help: try ignoring the field: `x: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mvp`
[INFO] [stdout]    --> src/structs.rs:479:17
[INFO] [stdout]     |
[INFO] [stdout] 479 |             let mvp = vp * self.volume0.world;
[INFO] [stdout]     |                 ^^^ help: if this is intentional, prefix it with an underscore: `_mvp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `view` is never read
[INFO] [stdout]    --> src/structs.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 127 | struct VolumeRenderParams {
[INFO] [stdout]     |        ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 134 |     view: Mat4,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/structs.rs:267:53
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 check!(gl::GetShaderInfoLog(shader, LOG.len() as _, &mut len, LOG.as_mut_ptr() as *mut _));
[INFO] [stdout]     |                                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/structs.rs:267:79
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 check!(gl::GetShaderInfoLog(shader, LOG.len() as _, &mut len, LOG.as_mut_ptr() as *mut _));
[INFO] [stdout]     |                                                                               ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/structs.rs:269:63
[INFO] [stdout]     |
[INFO] [stdout] 269 |                     let error = std::str::from_utf8_unchecked(&LOG);
[INFO] [stdout]     |                                                               ^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 269 |                     let error = std::str::from_utf8_unchecked(&raw const LOG);
[INFO] [stdout]     |                                                                +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `volumes` (bin "volumes" test) due to 3 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d82687c09459c9144d1efbff3024f5f592a19566e02283da7ab83c2fe9fc51bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d82687c09459c9144d1efbff3024f5f592a19566e02283da7ab83c2fe9fc51bf", kill_on_drop: false }`
[INFO] [stdout] d82687c09459c9144d1efbff3024f5f592a19566e02283da7ab83c2fe9fc51bf
